View Poll Results: How do you indicate edits in your posts?

Voters
25. You may not vote on this poll
  • [edit] text [/edit]

    5 20.00%
  • Some consistent style, like EDIT: text

    13 52.00%
  • Inconsistently, but edits are typically indicated.

    2 8.00%
  • I just add the text in, without any annotations.

    3 12.00%
  • It varies.

    2 8.00%
  • I don't edit my posts.

    0 0%

Thread: [edit] Edit tags? [/edit]

  1. #31
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    >> I haven't written any C in a few years, honestly. I just stick around for GD
    Yeah, I've noticed.

  2. #32
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Quote Originally Posted by Queatrix View Post
    >> I haven't written any C in a few years, honestly. I just stick around for GD
    Yeah, I've noticed.
    Shhhh, the adults are talking

  3. #33
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    lol hi Queatrix

    yeah I'm working on building my synergestic capabitlities to create a real-world slution for the rapidly growing computer electronics industry.

    sort of.

    edit: I may have overstated things...

  4. #34
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Ah, management then.

  5. #35
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    There should be some restriction that only allows you to post as many posts in the GD as you have in the rest of the board.

  6. #36
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    that's a good idea here's another

    You're adopted

  7. #37
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Quote Originally Posted by Queatrix View Post
    There should be some restriction that only allows you to post as many posts in the GD as you have in the rest of the board.
    I'd hate for people to start spamming up the other boards just to post in GD, though.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  8. #38
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    Quote Originally Posted by Govtcheez View Post
    Ah, management then.
    actually I was just trying to one-up you there is no project

  9. #39
    Registered User manofsteel972's Avatar
    Join Date
    Mar 2004
    Posts
    317
    I know this would probably be complicated to add, but most of us are familiar with version control. Why not just make it so that you can page through the edits. That way you don't have a lot of repeated text and you can note the changes. People posting a response can have a button added to their post so you reference the proper version they were responding to.
    "Knowledge is proud that she knows so much; Wisdom is humble that she knows no more."
    -- Cowper

    Operating Systems=Slackware Linux 9.1,Windows 98/Xp
    Compilers=gcc 3.2.3, Visual C++ 6.0, DevC++(Mingw)

    You may teach a person from now until doom's day, but that person will only know what he learns himself.

    Now I know what doesn't work.

    A problem is understood by solving it, not by pondering it.

    For a bit of humor check out xkcd web comic http://xkcd.com/235/

  10. #40
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    As a forum dev (not vB) I have to ask it this way:

    What would the edit BBC tag actually do? Most BBC tags are really just some sort of string replacement. So what would you do for this one?

  11. #41
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    I would say change the color and/or font properties of the text so that it stands out from the rest of the post would be one easy solution. One could still edit their post without the tags for simple typos and stuff, but to make new sentences/paragraphs stand out in a uniform way they could use the [edit] tags.

    The idea of versions of the post would be nice but is quite complicated unless you were working on your own forum software and could handle the actual event of the poster clicking "submit edit" or whatever.

  12. #42
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    On another board I'm a member of they made sarcasm tags that just changed the color of the text slightly

  13. #43
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Edit tags could be much like code tags. They start a new paragraph and add a border around the text. That way you could have indented edits:
    [edit] I think [edit=2] no wait, it doesn't [/edit] [/edit]
    would look something like
    Code:
    I think
    Code:
    no wait, it doesn't
    except with "edit:" instead of "code:". [edit] Some vertical space might need to be eliminated for that to work. [/edit]

    Of course the =2 part could be optional, I just like putting it in.

    Or it could be something as simple as changing the fore- or background colour of the text. Nested edits would be hard to indicate then, but that doesn't matter too much. Significant edits aren't usually nested.

    [edit=2] Perhaps edit tags could be like inlinecode tags on some forums, such as DaniWeb. That would eliminate the space issue. [/edit]

    [edit=3] There could also be special edit tags added by moderators: http://cboard.cprogramming.com/showthread.php?t=91279 [/edit]
    Last edited by dwks; 06-30-2007 at 11:53 AM.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  14. #44
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    >Mmm, that's what I thought too . . . but how long is "a few minutes", exactly?
    It's something close to 2 minutes after which the "last edited by user" will appear. Unless you're a moderator.

  15. #45
    Math wizard
    Join Date
    Dec 2006
    Location
    USA
    Posts
    582
    It's the same on pretty much any forum - an indication saying "edit: text" (or "edit #2: text" when multiple edits are made). In most cases, I just add more text but in some cases (the most common of which is when I have a typo in the UBBCode causing odd looks), I make the changes in the post but flag it in my usual way with the "edit: text".
    High elevation is the best elevation. The higher, the better the view!
    My computer: XP Pro SP3, 3.4 GHz i7-2600K CPU (OC'd to 4 GHz), 4 GB DDR3 RAM, X-Fi Platinum sound, GeForce 460, 1920x1440 resolution, 1250 GB HDD space, Visual C++ 2008 Express

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How can I send a text string to an edit control
    By marc74 in forum Windows Programming
    Replies: 5
    Last Post: 01-06-2005, 10:14 PM
  2. setting fixed floats in edit box
    By WaterNut in forum Windows Programming
    Replies: 4
    Last Post: 08-13-2004, 09:13 AM
  3. Rich edit
    By Garfield in forum Windows Programming
    Replies: 10
    Last Post: 07-10-2002, 04:08 PM
  4. Edit Control problem
    By Malek in forum Windows Programming
    Replies: 3
    Last Post: 06-16-2002, 01:12 AM
  5. Controlling an edit control
    By master5001 in forum Windows Programming
    Replies: 2
    Last Post: 10-16-2001, 03:08 PM